func runtime.persistentalloc1

2 uses

	runtime (current package)
		malloc.go#L1467: 		p = persistentalloc1(size, align, sysStat)
		malloc.go#L1476: func persistentalloc1(size, align uintptr, sysStat *sysMemStat) *notInHeap {